-
Notifications
You must be signed in to change notification settings - Fork 93
Switch from travis ci to github actions #466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -11,7 +11,7 @@ | |||
;; Created: Mon Nov 7 2011 | |||
;; Keywords: languages elixir | |||
;; Version: 2.4.0 | |||
;; Package-Requires: ((emacs "24") (pkg-info "0.4")) | |||
;; Package-Requires: ((emacs "24") (pkg-info "0.4") (s "1.2.0")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since s
is only used for tests this should be changed so it's not a general requirement of the package. Unfortunately I wasn't able to find any information on how to accomplish that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't that help? https://github.com/doublep/eldev#additional-dependencies
otp: 23.1.4 | ||
env: | ||
MIX_ENV: test | ||
ERT_RUNNER_ARGS: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of adding this here, the tests should not try to read this environment variable
I've submitted #471 that addresses most comments and some others here. |
@axelson I guess we can close this one now right? |
yup! 🎉 |
Putting this up as a starting place for moving away from travis, although perhaps we should stick with cask for now instead of trying to switch to eldev at the same time. But I'm having trouble getting everything setup, I've left a couple comments on things that should be changed but there are probably more issues.